home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo ──────────────────────────────────────
- echo Playing Fort Knocks PWAD Recording
- echo Episode 1 Map 1
- echo PWAD by Guy Stockie, Everett, WA.
- echo.
- echo ──────────────────────────────────────
- echo.
- echo Thanx for playing this Doom patch. This recording will give you an
- echo opportunity to preview the floor plan of the map, find 100 percent
- echo secrets and get a feel for how difficult its most difficult level is.
- echo.
- echo.
- pause
- if not exist 11FORTKO.WAD goto ErrMsg
- if not exist 11FORTKO.LMP goto ErrMsg
- doom -file 11fortko.wad -playdemo 11fortko
- goto End
- :ErrMsg
- echo.
- echo File 11FORTKO.WAD or 11FORTKO.LMP was not detected.
- echo Make sure these are in your Doom dir.
- echo.
- goto End
- :End